projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7291159
)
(math-map-binop): Fix declaration.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 07:56:49 +0000
(07:56 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 07:56:49 +0000
(07:56 +0000)
lisp/calc/calc-nlfit.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-nlfit.el
b/lisp/calc/calc-nlfit.el
index 2d84b1570aebf01bc2608a46a450d9f154432903..4019058a56731ee23bfed9cef1c0c909ea9848f9 100644
(file)
--- a/
lisp/calc/calc-nlfit.el
+++ b/
lisp/calc/calc-nlfit.el
@@
-65,7
+65,7
@@
;; Declare functions which are defined elsewhere.
(declare-function calc-get-fit-variables "calcalg3" (nv nc &optional defv defc with-y homog))
-(declare-function math-map-binop "calc
l
alg3" (binop args1 args2))
+(declare-function math-map-binop "calcalg3" (binop args1 args2))
(defun math-nlfit-least-squares (xdata ydata &optional sdata sigmas)
"Return the parameters A and B for the best least squares fit y=a+bx."